ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ColumnBaseTagHelper<TControl> Class / MaxLength Property

In This Topic
    MaxLength Property (ColumnBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.MaxLength. Sets the maximum number of characters that the can be entered into the cell.
    Syntax
    'Declaration
     
    Public Property MaxLength As Nullable(Of Integer)
    public Nullable<int> MaxLength {get; set;}
    Remarks
    Set this property to null to allow entry of any number of characters.
    See Also